
.left-side {
  padding-right: 50px;
  padding-left: 10px;
  margin-top: 0px;
}
/* Experience */

.sub-title {
  color: rgb(102, 9, 9);
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}

.jobtitle {
  font-size: 16px;
  font-style: italic;
  margin: 0;
}

.job {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}

.duration {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: rgb(77, 76, 76);
}
.task {
  font-size: 16px;
  color: rgb(77, 76, 76);
  margin-top: 7px;
  margin-bottom: 7px;
}
ul.task li {
  margin-top: 5px;
  margin-bottom: 5px;
  list-style-type: disc;
}

/* Projects */
.projects {
  color: rgb(77, 76, 76);
  font-size: 16px;
  margin-top: 10px;
}
ul.projects li {
  margin-bottom: 5px;
  list-style-type: disc;}
.p-title {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: black;
}

/* Education */
.school {
  font-style: italic;
  color: black;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.degree {
  font-weight: bold;
  font-style: normal;
  color: black;
  font-size: 16px;
}
.cert {
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.2s, text-decoration 0.2s;
  margin-top: 10px;
}
.cert:hover {
  color: rgb(102, 9, 9);     
  text-decoration: underline; 
}


hr {
  width: 100%;
  opacity: 0.5;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 20px;
}